| lcBlockGetPrevEnt | Home |
|
HANDLE lcBlockGetPrevEnt ( HANDLE hBlock, HANDLE hEnt ); |
| hBlock | |
| Handle to a block. | |
| hEnt | |
|
Handle to the graphic object that is placed before hEnt in the the block. If there are no objects before hEnt, the function returns NULL. | |
| Handle to a graphic object. |
| By default, the function don't retrieve an object which is marked as "deleted" (LC_PROP_ENT_DELETED). In order to retrieve it, set property LC_PROP_G_GETDELENT to TRUE. |
| lcBlockGetLastEnt, lcBlockGetFirstEnt, lcBlockGetNextEnt |